home *** CD-ROM | disk | FTP | other *** search
- ' *******************************************
- ' *** Map Maker - Map Editing Script File ***
- ' *** (1995) Didier Dambrin - Image Line ***
- ' *******************************************
-
-
- ' Working directory (will be in front of every file name entered below)
- ' WorkDir=r:\investig\bin\
-
-
- ' Original map measurements
- ' Leave them blank if you want to start with a new 20*13 tile map
- Width=
- Height=
-
-
- ' This is the Tile Map DOS file name (no matter if it doesn't exist yet)
- TileMap=tosubway.map
-
- ' Here come the Tile Groups files to be used (in the right order)
- ' Put a blank file name if you want to skip a tile group
- TileGroup=street00.til
- TileGroup=
- TileGroup=private.til
- TileGroup=icons.til
- TileGroup=strwork.til
- TileGroup=strpster.til
- TileGroup=bonus.til
-
-
- ' Put here the picture file containing the background screen
- Background=strbac11.pcx
-
-
- ' Map masks: turn to OFF if you don't want to SAVE the referred plane
- ' Useful to save one plane only (for background maps)
- BackEnabled=
- ForeEnabled=
- BonusEnabled=
-
-
- ' ***********************************************
- ' *** Here start the various level parameters ***
- ' ***********************************************
- PalMix=sprmix.mix
- NextLevelMap=metro00.map
-